home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1998 July
/
EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso
/
earkit
/
news
/
thor
/
hd-install
/
thor.lha
/
rexx
/
BBSRead
/
CfgGlobal.br
< prev
next >
Wrap
Text File
|
1995-09-06
|
540b
|
32 lines
/* $VER: CfgGlobal.br 3.1 (08.06.94)
**
** Stubb to use CONFIGGLOBAL from cli
*/
parse arg arguments
if ~show('p', 'BBSREAD') then do
address command
"run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
"WaitForPort BBSREAD"
end
address BBSREAD
if arguments = '' then
do
GETCOMMANDINFO CONFIGGLOBAL TEMP
say 'CfgGlobal.br 3.1 (08.06.94)'
say 'Lets you use the CONFIGGLOBAL arexx command from CLI.'
say 'Template:' TEMP
exit
end
CONFIGGLOBAL arguments
if(rc ~= 0) then
do
say BBSREAD.LASTERROR
exit
end